GtkListBox: Improve focus scrolling
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jul 2015 02:18:58 +0000 (22:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Jul 2015 02:18:58 +0000 (22:18 -0400)
commit1da92c2800fefebfc37e4bf495e9265af2b87e30
tree1e6a9e556689d6adbc9969439a5e31bf150a0d28
parent52c4955d211483857cd8a89f7aea28d0183bc19b
GtkListBox: Improve focus scrolling

We are trying to scroll the header in view together with the
focus row. The way this is implemented works fine when scrolling
up, but falls short when scrolling down. Fix this by making sure
that both the row and the header bar visible.
gtk/gtklistbox.c